Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing View Plane Cameras


Q3ViewPlaneCamera_SetViewPlane

You can use the Q3ViewPlaneCamera_SetViewPlane function to set the distance of the view plane from a view plane camera.

TQ3Status Q3ViewPlaneCamera_SetViewPlane (
TQ3CameraObject camera, 
float viewPlane);
camera
A view plane camera object.
viewPlane
The desired distance of the view plane from the specified camera.
DESCRIPTION
The Q3ViewPlaneCamera_SetViewPlane function sets the distance from the camera specified by the camera parameter to its view plane to the value specified in the viewPlane parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996